home *** CD-ROM | disk | FTP | other *** search
- #define WORD 257
- #define LABEL 258
- #define APPEND 259
- #define OPEN 260
- #define SSELECT 261
- #define LOOPEX 262
- #define DOTDOT 263
- #define USING 264
- #define FORMAT 265
- #define DO 266
- #define SHIFT 267
- #define PUSH 268
- #define POP 269
- #define LVALFUN 270
- #define CHOOSE 271
- #define FMIN1 272
- #define FUNC12 273
- #define WHILE 274
- #define UNTIL 275
- #define IF 276
- #define UNLESS 277
- #define ELSE 278
- #define ELSIF 279
- #define CONTINUE 280
- #define SPLIT 281
- #define FLIST 282
- #define FOR 283
- #define FILOP 284
- #define FILOP2 285
- #define FILOP3 286
- #define FILOP4 287
- #define FILOP22 288
- #define FILOP25 289
- #define FUNC0 290
- #define FUNC1 291
- #define FUNC2 292
- #define FUNC2x 293
- #define FUNC3 294
- #define FUNC4 295
- #define FUNC5 296
- #define HSHFUN 297
- #define HSHFUN3 298
- #define FLIST2 299
- #define SUB 300
- #define FILETEST 301
- #define LOCAL 302
- #define DELETE 303
- #define RELOP 304
- #define EQOP 305
- #define MULOP 306
- #define ADDOP 307
- #define PACKAGE 308
- #define AMPER 309
- #define FORMLIST 310
- #define REG 311
- #define ARYLEN 312
- #define ARY 313
- #define HSH 314
- #define STAR 315
- #define SUBST 316
- #define PATTERN 317
- #define RSTRING 318
- #define TRANS 319
- #define LISTOP 320
- #define OROR 321
- #define ANDAND 322
- #define UNIOP 323
- #define LS 324
- #define RS 325
- #define MATCH 326
- #define NMATCH 327
- #define UMINUS 328
- #define POW 329
- #define INC 330
- #define DEC 331
- typedef union {
- int ival;
- char *cval;
- ARG *arg;
- CMD *cmdval;
- struct compcmd compval;
- STAB *stabval;
- FCMD *formval;
- } YYSTYPE;
- extern YYSTYPE yylval;
- extern YYSTYPE yylval;
-